Nginx Reverse Proxy Flask-restx Swagger Configuration

Few days ago, I was setting up nginx reverse proxy for my project. I was using gunicorn for the HTTP Server with flask-restx for the web framework. Actually this was the first time for me using this combination. I usually use uwsgi for the deployment. It was quite simple to deploy flask with gunicorn. You … Continue reading Nginx Reverse Proxy Flask-restx Swagger Configuration